Graphics Device Interface - traduzione in italiano
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Graphics Device Interface - traduzione in italiano


Graphics Device Interface         
  • For example [[GDK]] makes use of '''GDI'''.
Interfaccia per grafica su computer, GDI
text based         
  • The [[FreeDOS]] Edit user interface
  • Embedded system displaying menu on an LCD screen
  • Screenshot of the desktop of an Oberon System showing an image and several text viewers
  • Snapshot of 'XFdrake', a TUI used in [[Mandriva Linux]] to configure the graphical system
TYPE OF INTERFACE BASED ON OUTPUTTING TO OR CONTROLLING A TEXT DISPLAY
Text User Interface; Text-based (computing); Textual user interface; Terminal user interface; SMG$; Text based; Text-based; Text user interface; Text-based interface; Text-based User Interface; Character-based; Character-based user interface; Text based interface; Text-only; Text-mode user interface
Inerente al testo (testuale, programma o interfaccia che utilizzano solo modalità di testo e caratteri ASCII)
Color Graphics Adapter         
  • 13px
  • 13px
  • Back of a CGA Video Adapter board, with the RCA composite output connector visible on the right
  • 148x148px
  • alt=
  • 80-column text on RGB (left) vs. composite monitor (right)
  • 13px
  • 13px
  • DE-9 connector seen when looking at the back of a PC
  • Title screen of PakuPaku, a [[Pac-Man]] clone that uses 160×100 mode
  • A single big "pixel" in 160×100 mode. This is the two top rows of half of character 221. Note the eight constituent non-square pixels and the overall 1:1.2 aspect ratio.
COMPUTER DISPLAY STANDARD
Color graphics adapter; Color Graphics Adaptor; Colour Graphics Adapter; IBM Color Graphics Adapter; Color/Graphics Adapter; CGA graphics; CGA composite mode; GRAFTABL (DOS command); GRAFTABL (command); GRAFTABL; CGA display; CGA (IBM); IBM CGA; CGA palettes; CGA monitor; Color Graphics Array
CGA (adattore di grafica a colori)

Definizione

interface
(interfaces, interfacing, interfaced)
1.
The interface between two subjects or systems is the area in which they affect each other or have links with each other.
...a witty exploration of that interface between bureaucracy and the working world.
N-COUNT
2.
If you refer to the user interface of a particular piece of computing software, you are talking about its presentation on screen and how easy it is to operate. (COMPUTING)
...the development of better user interfaces.
N-COUNT: usu n N
3.
In computing and electronics, an interface is an electrical circuit which links one machine, especially a computer, with another. (TECHNICAL)
N-COUNT
4.
If one thing interfaces with another, or if two things interface, they have connections with each other. If you interface one thing with another, you connect the two things. (TECHNICAL or FORMAL)
...the way we interface with the environment...
The different components all have to interface smoothly...
He had interfaced all this machinery with a master computer.
V-RECIP: V with n, pl-n V, V n with n, also V pl-n

Wikipedia

Graphics device interface

A graphics device interface is a subsystem that most operating systems use for representing graphical objects and transmitting them to output devices such as monitors and printers. In most cases, the graphics device interface is only able to draw 2D graphics and simple 3D graphics, in order to make use of more advanced graphics and keep performance, an API such as DirectX or OpenGL needs to be installed.

In Microsoft Windows, the GDI functionality resides in gdi.exe on 16-bit Windows, and gdi32.dll on 32-bit Windows.